home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0215.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  2.1 KB  |  58 lines

  1.  Hi,
  2.  
  3.  I am writing a communication program using winsock for a groupware
  4.  project, basicly it is a whiteboard(shared working place) program,
  5.  all the client send their message to a server.
  6.  I have a flooding problem. Whenever 2 or more client send their 
  7.  message to the server at same time, server has trouble to handle
  8.  them, either some data is lost or server crash totally.
  9.  Does winsock has some ways to handle this situation(queuing or
  10.  resending?).
  11.  I am running under dos 6.0, window NT, Trumpet winsock, using
  12.  Visual Basic 3.0, VTSOCKET as custom control to the winsock.
  13.  Any suggestion?
  14.  Please email me at clj@astro.ocis.temple.edu. Much thanks in advance.
  15.  
  16.  __ Lee   
  17.   
  18.  
  19. From news@bigblue.oit.unc.edu Tue Apr 19 03:59:12 1994
  20. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  21.           id AA22650; Wed, 20 Apr 1994 01:14:02 -0400
  22. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  23.           id AA11208; Wed, 20 Apr 1994 00:00:55 -0500
  24. Received: from GATEWAY by bigblue with netnews
  25.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  26. To: winsock@sunsite.unc.edu
  27. Date: Tue, 19 Apr 1994 03:59:12 GMT
  28. From: jones@cbdb1.nimh.nih.gov (Doug Jones)
  29. Message-Id: <jones.17.0016FD4A@cbdb1.nimh.nih.gov>
  30. Organization: CBDB/NIMH/NIH
  31. Sender: ses
  32. Subject: RE: G .Rosin QVT dispatch=
  33.  
  34. Gary
  35. I tried to answer by e-mail, but it bounced back as undeliverable:
  36.  
  37. >Thanks, I'd try it if I knew what to change it to.  What does the "dispatch" 
  38. >setting do?
  39. >
  40. >   ---
  41. >Gary Rosin
  42. >grosin@sugar.neosoft.com
  43. >
  44. I'm sorry, I'd posted a couple of time about this before, and picked
  45. it up from someone else's post - so I got too brief.
  46. According to QVT's docs, there are 2 choices for "dispatch=":
  47. "dispatch=sync" use "polling" for its i/o, and "dispatch=async"
  48. uses "interrupts". I'm not expert enough to know the details of
  49. this beyond their docs. They (QVT) indicate that "sync" might be more
  50. effcient for some winsock's. Someone else posted on alt.winsock
  51. that choosing "async" solved their "comm" error problems. I tried
  52. it, and it worked for me, too. Others to whom I have passed on this
  53. tip have also reported success.
  54. Good Luck
  55. Doug
  56. jones@cbdb1.nimh.nih.gov
  57.  
  58.